home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / MADH Pascal 4.5 / What's New in 4.5 < prev   
Encoding:
Text File  |  1997-03-20  |  1.3 KB  |  25 lines  |  [TEXT/ttxt]

  1. What's New in MADH Library 4.5 
  2. (Used in PlayerPRO 4.5.5 Mac, Win95/NT Driver, BeOS Driver)
  3. ©Copyright 1994-1997 Antoine ROSSET (rosset@dial.eunet.ch)
  4.  
  5. Ported to Pascal by Federico Filipponi (March 1997)
  6. e-mail:    fedefil@fub.it
  7.                        fedefil@kagi.com
  8.  
  9. Modifications since version 4.2 (PlayerPRO 4.5.3)
  10. -------------------------
  11. General:
  12.    • A new settings option : TickRemover.
  13.    • MADPlay has been renamed MADStartDriver.
  14.    • MADStop has been renamed MADStopDriver.
  15.    • MADDriver^.reading := true has been replaced by MADPlayMusic.
  16.    • MADDriver^.reading := false has been replaced by MADStopMusic.
  17.    • MADDriver structure is now in STATIC memory, to access it use MADGetMADDriverPtr.
  18.    • MADLoadMusicFile(name) has been replaced by MADLoadMusicFile("MADH", name).
  19.    • MADImportMusicFile has been deleted (use MADLoadMusicFile).
  20.    • Some Str255 pascal strings have been replaced by C strings.
  21.    • If you are using INTERNAL Plugs (resources), you need to update them with new plugs available in PlayerPRO 4.5.5.
  22. Pascal port specific:
  23.    • MADType has been renamed MADResType (now used only in the MADLoadMusicRsrc function).
  24.    • In all other functions MADType has been replaced by MADPlugTypePtr.
  25.    • A procedure used to convert from OSType (4 bytes) to MADPlugType (5 bytes) has been included.